[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VS_DecTo36()         Converts an integer to a base 36 number

Description:

  VS_DecTo36() converts an integer to a base 36 number.

Syntax:     

  c_Base36Nmbr = VS_DecTo36( n_Integer )

Pass:       

  n_Integer is the numeric (integer) value to convert to a base 36
  number.

Return:     

  c_Base36Nmbr is a character expression containing the converted
  n_Integer

Notes:      

  VS_DecTo36() always returns a string exactly six characters in length
  (padded on the left with zeros)

Example:    

  ? VS_DecTo36( 14 )   // Prints: 00000E


Usage:      

  VS_DecTo36() is useful for creating "signature" fields for use in
  multi-user databases, etc.

See Also: VS_Unique()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson